home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1997 November
/
Electronic Clipper 1997-11.iso
/
Idea Source™
/
main.dir
/
00045_Script_45
< prev
next >
Wrap
Text File
|
1997-09-19
|
258b
|
13 lines
on mouseDown
puppetsound "dong"
repeat while the mousedown
set the visible of sprite 6 to false
updatestage
end repeat
set the visible of sprite 6 to true
updatestage
end
on mouseUp
printfrom the frame+1, the frame+1, 100
end